@charset "UTF-8";

body,
button,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
}


button,
input,
textarea,
select {
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

.none {
	display: none;
}

.online_x {
	cursor: pointer;
}

button:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

button:focus,
input:active,
input:focus,
textarea:focus {
	/* border: 0*/
	outline: 0 none;
	outline-color: transparent;
}

a {
	color: #333;
	display: inline-block;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

li {
	list-style: none;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*引入外部字体*/


/* about */

.w16 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.w14 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.navBox {
	position: relative;
	font-size: 0;
	text-align: center;
	margin-top: -35px;
	z-index: 2;
	transition: all 0.5s ease;
}
.navBox.fixed{
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 15;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
	background: #FFFFFF;
}

.navBox a {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 70px;
	font-size: 16px;
	color: #222222;
	line-height: 70px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	margin: 0 5px;
	box-sizing: border-box;
}

.navBox a.active {
	color: #fff;
	background-image: linear-gradient(to bottom right, #19aeae, #24edeb);
}

.introBox {
	padding: 85px 0 80px;
	background-position: center center;
	background-size: cover;
}

.introBox .textBox {
	float: left;
	width: calc(100% - 620px);
	padding-right: 130px;
	box-sizing: border-box;
}

.introBox .h1 {
	font-size: 30px;
	color: #000000;
	line-height: 78px;
	margin-bottom: 13px;
}

.introBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.introBox .swiperBox {
	position: relative;
	float: left;
	max-width: 620px;
	width: 100%;
	padding-left: 40px;
	box-sizing: border-box;
}

.introBox .videoBox {
	font-size: 0;
}

.introBox .swiper-pagination {
	top: 50%;
	left: 0;
	width: 9px;
	font-size: 0;
}

.introBox .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background-color: #eeeeee;
	opacity: 1;
	margin: 5px 0 !important;
}

.introBox .swiper-pagination-bullet-active {
	background-color: #19aeae;
}

.introBox .btnPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	font-size: 0;
}

.letterBox {
	padding: 125px 0 0;
	background-repeat: no-repeat;
	background-position: 12% bottom;
}

.letterBox .textBox {
	float: left;
	width: calc(100% - 565px);
	box-sizing: border-box;
	padding-right: 110px;
}

.letterBox .h1 {
	font-size: 30px;
	color: #000000;
	line-height: 78px;
	margin-bottom: 15px;
}

.letterBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	height: 600px;
	overflow-y: auto;
}
.letterBox .textBox .text::-webkit-scrollbar {width: 9px;background-color: #fff;}
.letterBox .textBox .text::-webkit-scrollbar-thumb {border: solid 2px #fff;width: 5px;border-radius: 4px;background-color: #19aeae;}
.letterBox .textBox .text::-webkit-scrollbar-corner {background-color: #fff;}
.letterBox .textBox .text::-webkit-scrollbar:horizontal {height: 9px;}
/*.letterBox .textBox .text::-webkit-selection {background: #19aeae;color: #fff;}
.letterBox .textBox .text::-moz-selection {background: #19aeae;color: #fff;}
.letterBox .textBox .text::selection {background: #19aeae;color: #fff;}*/

.letterBox .img {
	float: left;
	width: 565px;
	background-position: center right;
	background-repeat: no-repeat;
}

.letterBox .botBox {
	font-size: 0;
	text-align: right;
	margin: 55px 0;
}

.letterBox .name {
	display: inline-block;
	text-align: center;
}

.letterBox .position {
	font-size: 16px;
	color: #444444;
	line-height: 36px;
	margin-top: 10px;
}

.originBox {
	position: relative;
	background-position: center center;
	background-size: cover;
	margin-top: -35px;
	padding-top: 35px;
}

.originBox .wrap {
	padding: 70px 0 150px;
	background-position: center bottom;
	background-size: cover;
	box-sizing: border-box;
}

.originBox .h1 {
	font-size: 30px;
	color: #000000;
	line-height: 2;
	margin-bottom: 30px;
}
/*20211012*/
.originBox .listbox1{
}
.originBox .listbox1 ul li{
	position: relative;
	padding-left: 35px;
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}
.originBox .listbox1 ul li i{
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: #19aeae solid 2px;
}
.wjlistbox{
	padding-top: 60px;
	margin-bottom: 80px;
}
.wjlistbox .ic1, .wjlistbox .ic2{
	text-align: center;
}
.wjlistbox .ic2{
	margin-top: -34px;
    margin-left: 22px;
}
.wjlistbox .list,
.wjlistbox .m_list{
	position: relative;
    display: flex;
    flex-wrap: wrap;
}
.wjlistbox .list{
	padding-top: 65px;
}
.wjlistbox .m_list{
	display: none;
}
.wjlistbox .list:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	border-right: dashed #bababa 1px;
}
.wjlistbox .m_list:before{
	content: '';
	position: absolute;
	top: 0;
	right: 14px;
	width: 1px;
	height: 100%;
	border-right: dashed #bababa 1px;
}
.wjlistbox .list ul{
	width: 50%;
}
.wjlistbox .list ul:nth-child(even){
	padding-top: 15%;
}
.wjlistbox ul li{
	position: relative;
	border-bottom: dotted #eeeeee 1px;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.wjlistbox .list ul li{
	padding-left: 8.5%;
	padding-right: 8.5%;
}

.wjlistbox .m_list ul li{
	padding-left: 10px;
	padding-right: 60px;
	margin-bottom: 40px;
}
.wjlistbox ul li:last-child{
	border-bottom: none;
}
.wjlistbox ul li i{
	position: absolute;
	bottom: -4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #19aeae;
}
.wjlistbox .list ul:nth-child(odd) li i{
	left: 0;
}
.wjlistbox .list ul:nth-child(even) li i{
	right: 0;
}
.wjlistbox .m_list ul li i{
	left: 0;
}
.wjlistbox ul li .spot{
	position: absolute;
	bottom: -13px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: #19aeae solid 1px;
	background: #FFFFFF;
}
.wjlistbox ul li .spot:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #19aeae;
}
.wjlistbox .list ul:nth-child(odd) .spot{
	right: -13px;
}
.wjlistbox .list ul:nth-child(even) .spot{
	left: -12px;
}
.wjlistbox .m_list ul .spot{
	right: 2px;
}
.wjlistbox ul li:last-child i,
.wjlistbox ul li:last-child .spot{
	display: none;
}
.wjlistbox ul li .event{
	margin-bottom: 25px;
}
.wjlistbox ul li .event:last-child{
	margin-bottom: 0;
}
.wjlistbox ul li .year{
	position: absolute;
	top: 170px;
	z-index: 10;
	width: 108px;
	height: 108px;
	line-height: 108px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	font-size: 28px;
	background-image: linear-gradient(to bottom right, #19aeae, #24edeb);
}
.wjlistbox .list ul:nth-child(odd) .year{
	right: 6%;
}
.wjlistbox .list ul:nth-child(even) .year{
	left: 6%;
}
.wjlistbox .m_list ul .year{
	right: 6%;
}
.wjlistbox ul li .img{
	width: 100%;
	overflow: hidden;
}
.wjlistbox ul li .img img{
	width: 100%;
}
.wjlistbox ul li .txt{
	margin-top: 20px;
}
.wjlistbox ul li .txt .mar{
	min-height: 50px;
}
.wjlistbox .list ul:nth-child(odd) .txt .mar{
	padding-right: 100px;
}
.wjlistbox .list ul:nth-child(even) .txt .mar{
	text-align: right;
	padding-left: 100px;
}
.wjlistbox .m_list ul .txt .mar{
	padding-right: 100px;
}
.wjlistbox ul li .txt .t1{
	color: #000000;
	font-size: 22px;
	line-height: 1.5;
}
.wjlistbox ul li .txt .t2{
	color: #19aeae;
	font-size: 14px;
}
.wjlistbox ul li .txt .t3{
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 20px;
	overflow: hidden;
}
.wjlistbox ul li .txt .mbtn{
	font-size: 14px;
	color: #19aeae;
	line-height: 1.7;
	cursor: pointer;
}
/**/

.originBox .swiperBox {
	position: relative;
}

.originBox .swiper-button-next,
.originBox .swiper-button-prev {
	width: 50px;
	height: 50px;
	left: auto;
	right: auto;
	opacity: 1;
	background-size: cover;
	transition: all 0.5s;
}

.originBox .swiper-button-prev {
	left: -95px;
	background-image: url(../images/icon-about-3.jpg);
}

.originBox .swiper-button-prev:hover {
	background-image: url(../images/icon-about-3-1.jpg);
}

.originBox .swiper-button-next {
	right: -95px;
	background-image: url(../images/icon-about-4.jpg);
}

.originBox .swiper-button-next:hover {
	background-image: url(../images/icon-about-4-1.jpg);
}

.originBox .topBox {
	height: 100%;
	padding-bottom: 72px;
	background-image: url(../images/icon-about-5.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: auto 72px;
}

.originBox .topWrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 0;
	background-color: #fff;
	border-left: 1px solid #19aeae;
}

.originBox .year {
	width: 110px;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	background-color: #19aeae;
}

.originBox .textBox {
	height: 100%;
	padding: 15px 30px 40px;
}

.originBox .h2 {
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 10px;
}

.originBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 25px;
}

.originBox .number {
	width: 70px;
	height: 70px;
	font-size: 18px;
	color: #19aeae;
	text-align: center;
	border: 5px solid #19aeae;
	line-height: 60px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-top: 7px;
	box-sizing: border-box;
}

.originBox .swiper-slide-active .number {
	color: #fff;
	background-color: #19aeae;
}

.originBox .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: auto;
}

.originBox::before {
	position: absolute;
	content: "";
	bottom: 165px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #19aeae;
	display: none;
}

.originBox::after {
	position: absolute;
	left: 42%;
	bottom: 167px;
	content: "";
	width: 33px;
	height: 35px;
	background-image: url(../images/icon-about-6.png);
	background-position: center center;
	background-size: cover;
	display: none;
}

.strengBox {
	padding: 65px 0 125px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
}

.strengBox .topBox {
	margin-bottom: 130px;
}

.strengBox .topBox .h1 {
	position: relative;
	font-size: 30px;
	color: #000000;
	line-height: 78px;
	margin: 25px 0 0;
}

.strengBox .topBox .h1>span {
	position: relative;
}

.strengBox .topBox .h1::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid #19aeae;
	border-radius: 50%;
	top: 17px;
	left: -5px;
	box-sizing: border-box;
	z-index: 0;
}

.strengBox .topBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.strengBox .title .h1 {
	font-size: 30px;
	color: #000000;
	line-height: 1;
	margin-bottom: 55px;
}

.strengBox .column {
	display: flex;
	flex-wrap: wrap;
}

.strengBox .column .img {
	position: relative;
	float: left;
	width: 50%;
}

.strengBox .column .img::before {
	position: absolute;
	content: "";
	top: -15px;
	left: -17px;
	width: 50px;
	height: 80px;
	background-color: #1cd1d1;
	z-index: 0;
}

.strengBox .column .img>img {
	position: relative;
}

.strengBox .column .textBox {
	position: relative;
	float: left;
	width: 50%;
	/*padding: 0 110px;*/
	padding: 0px 100px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.strengBox .column .number {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 200px;
	color: #ffffff;
	line-height: 1;
	opacity: 0.15;
	-webkit-text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
}

.strengBox .column .h1 {
	position: relative;
	font-size: 20px;
	color: #000000;
	line-height: 78px;
	/*font-weight: bold;*/
}

.strengBox .column .h1>span {
	position: relative;
}

.strengBox .column .h1::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid #19aeae;
	border-radius: 50%;
	top: 20px;
	left: -7px;
	box-sizing: border-box;
	z-index: 0;
}

.strengBox .column .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.strengBox .column .text ul li{
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.strengBox .column .text ul li i{
	position: absolute;
	left: 0;
	top: 16px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #19aeae;
}
.strengBox .dataBox {
	display: flex;
	align-items: center;
	font-size: 0;
	margin-top: 55px;
}

.strengBox .column .item {
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}

.strengBox .column .item:last-child {
	margin-right: 0;
}

.strengBox .column .top {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #49bfbf;
	line-height: 24px;
}

.strengBox .number2 {
	font-size: 24px;
	color: #49bfbf;
	line-height: 24px;
	font-weight: bold;
	margin-right: 5px;
}

.strengBox .column .name {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.strengBox .column:nth-child(2n) {
	flex-direction: row-reverse;
}

.strengBox .column:nth-child(2n) .img {
	float: right;
}

.strengBox .column:nth-child(2n) .img::before {
	left: auto;
	right: -17px;
}

.strengBox .column:nth-child(2n) .number {
	right: auto;
	left: 0;
}

.innovateBox {
	padding: 85px 0 135px;
	background-position: center center;
	background-size: cover;
	margin-top: -35px;
}

.innovateBox .dataBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 65px;
}

.innovateBox .listBox {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.innovateBox .img {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.innovateBox .h1 {
	font-size: 30px;
	color: #000000;
	line-height: 78px;
}

.innovateBox .item {
	width: calc(33.33% - 20px);
	padding: 50px 30px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	transition: all 0.5s;
}

.innovateBox .top {
	font-size: 16px;
	color: #19aeae;
	line-height: 30px;
	margin-bottom: 20px;
	transition: all 0.5s;
}

.innovateBox .number {
	font-size: 40px;
	color: #19aeae;
	margin-right: 10px;
	transition: all 0.5s;
}

.innovateBox .name {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.innovateBox .item:hover {
	background-image: url(../images/img-about-23.jpg);
	background-position: center center;
	background-size: cover;
}

.innovateBox .item:hover .top {
	color: #fff;
}

.innovateBox .item:hover .number {
	color: #fff;
}

.innovateBox .item:hover .name {
	color: #fff;
}

.cultureBox {
	padding: 100px 0 170px;
	background-position: center center;
	background-size: cover;
	margin-top: -35px;
}

.cultureBox .h1 {
	font-size: 30px;
	color: #222222;
	line-height: 78px;
	margin-bottom: 45px;
}

.cultureBox .listBox {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.cultureBox .item {
	width: 25%;
	background-color: #ffffff;
	box-sizing: border-box;
	border-right: 1px solid #dee5eb;
	transition: all 0.5s;
	border-top: 1px solid #dee5eb;
}
.cultureBox .item:nth-child(1),
.cultureBox .item:nth-child(2),
.cultureBox .item:nth-child(3),
.cultureBox .item:nth-child(4){
	border-top: none;
}
.cultureBox .item:nth-child(4n){
	border-right: 0;
}
.cultureBox .item a,
.cultureBox .item span{
	display: block;
	width: 100%;
	padding: 60px 45px 50px;
	box-sizing: border-box;
}
.cultureBox .icon {
	display: block;
	font-size: 0;
	margin-bottom: 205px;
}

.cultureBox .icon2 {
	display: none;
}

.cultureBox .h2 {
	font-size: 20px;
	color: #19aeae;
	line-height: 36px;
	margin-bottom: 15px;
	transition: all 0.5s;
}

.cultureBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	transition: all 0.5s;
}

.cultureBox .item:hover {
	background-image: url(../images/img-about-25.jpg);
	background-position: center center;
	background-size: cover;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	z-index: 2;
}

.cultureBox .item:hover .icon1 {
	display: none;
}

.cultureBox .item:hover .icon2 {
	display: block;
}

.cultureBox .item:hover .h2 {
	color: #fff;
}

.cultureBox .item:hover .text {
	color: #fff;
}

.honorBox .box-1 {
	margin-top: -35px;
	padding: 100px 0 140px;
	background-position: center center;
	background-size: cover;
}

.honorBox .box-2 {
	position: relative;
	padding: 95px 0;
	background-attachment: fixed;
	background-position: 0 center;
	background-size: 100% auto;
}

.honorBox .box-2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.honorBox .box-2 .swiper-container {
	padding: 15px;
	box-sizing: border-box;
}

.honorBox .box-2 .swiperBox {
	position: relative;
}

.honorBox .box-2 .swiper-button-prev,
.honorBox .box-2 .swiper-button-next {
	width: 50px;
	height: 50px;
	left: auto;
	right: auto;
	opacity: 1;
	background-size: cover;
	transition: all 0.5s;
	/*display: none;*/
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.honorBox .box-2 .swiper-button-prev {
	left: 20px;
	background-image: url(../images/icon-about-3.jpg);
}

/*.honorBox .box-2 .swiper-button-prev:hover {
	background-image: url(../images/icon-about-3-1.jpg);
}*/

.honorBox .box-2 .swiper-button-next {
	right: 20px;
	background-image: url(../images/icon-about-4.jpg);
}
.honorBox .box-2 .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/icon-about-4-1.jpg);
}
.honorBox .box-2 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/icon-about-3-1.jpg);
}
/*.honorBox .box-2 .swiper-button-next:hover {
	background-image: url(../images/icon-about-4-1.jpg);
}*/

.honorBox .box-2 .box {
	position: relative;
	width: 300px;
	margin: auto;
	padding-bottom: 320px;
}

.honorBox .box-2 .swiper-slide:nth-child(2n) .box {
	padding-bottom: 0;
	padding-top: 320px;
}

.honorBox .box-2 .imgBox {
	position: relative;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.honorBox .box-2 .imgBox::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #ffffff;
}

.honorBox .box-2 .imgBox::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -30px;
	border-right: 1px dashed #f9fbfd;
	height: 20px;
}

.honorBox .box-2 .name {
	font-size: 16px;
	color: #000000;
	line-height: 1;
	text-align: center;
	margin-top: 10px;
}

.honorBox .box-2 .swiper-slide:nth-child(2n) .imgBox::before {
	bottom: auto;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-top: 0;
}

.honorBox .box-2 .swiper-slide:nth-child(2n) .imgBox::after {
	position: absolute;
	content: "";
	left: 50%;
	top: -30px;
	border-right: 1px dashed #f9fbfd;
	height: 20px;
}

.honorBox .box-2 .spot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 23px;
	height: 23px;
	background-image: url(../images/icon-about-11.png);
	background-size: cover;
}

.w144 {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.w15 {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.honorBox .box-3 {
	position: relative;
	padding: 70px 0 150px;
	background-position: center center;
	background-size: cover;
}

.honorBox .box-3 .h1 {
	font-size: 30px;
	color: #000000;
	line-height: 78px;
	text-align: center;
	margin-bottom: 25px;
}

.honorBox .swiperBox {
	position: relative;
}

.honorBox .box-3 .swiper-button-next,
.honorBox .box-3 .swiper-button-prev {
	width: 50px;
	height: 50px;
	left: auto;
	right: auto;
	opacity: 1;
	background-size: cover;
	transition: all 0.5s;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.honorBox .box-3 .swiper-button-prev {
	left: -95px;
	background-image: url(../images/icon-about-3-1.jpg);
}

/*.honorBox .box-3 .swiper-button-prev:hover {
	background-image: url(../images/icon-about-3-1.jpg);
}*/

.honorBox .box-3 .swiper-button-next {
	right: -95px;
	background-image: url(../images/icon-about-4-1.jpg);
}

/*.honorBox .box-3 .swiper-button-next:hover {
	background-image: url(../images/icon-about-4-1.jpg);
}*/
.honorBox .box-3 .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/icon-about-4.jpg);
}
.honorBox .box-3 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/icon-about-3.jpg);
}
.honorBox .box-3 .box {
	position: relative;
	height: 100%;
	margin-left: 20px;
	margin-bottom: 35px;
	padding: 55px 25px 70px;
	border-left: 1px solid #e5e5e5;
}

.honorBox .box-3 .box::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #e5e5e5;
	border-bottom: 5px solid transparent;
}

.honorBox .box-3 .box::after {
	position: absolute;
	content: "";
	left: -10px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-about-13.png);
	background-position: center center;
	background-size: cover;
}

.honorBox .box-3 .textBox {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.honorBox .box-3 .item {
	padding-left: 30px;
	margin-bottom: 20px;
	background-image: url(../images/icon-about-12.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.honorBox .box-3 .year {
	font-size: 22px;
	color: #000000;
	line-height: 1;
}

.honorBox .box-3 .swiper-slide-active .box {
	border-left: 1px solid #19aeae;
}

.honorBox .box-3 .swiper-slide-active .box::before {
	border-left: 10px solid #19aeae;
}

.honorBox .box-3 .swiper-slide-active .box::after {
	background-image: url(../images/icon-about-14.png);
}

.honorBox .box-3 .swiper-slide-active .year {
	color: #19aeae;
}

.honorBox .box-3 .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.honorBox .box-3::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 196px;
	width: 100%;
	height: 2px;
	background-color: #e5e5e5;
	z-index: 0;
}

.zoom-img {
	overflow: hidden;
}

.zoom-img .img {
	overflow: hidden;
}

.zoom-img img {
	transition: all 0.5s;
}

.zoom-img:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.annivBox {
	margin-top: -35px;
	padding: 80px 0 115px;
	background-position: center center;
	background-size: cover;
}

.annivBox.anniversary {
	padding-top: 85px;
	margin-top: -35px;
}

.annivBox .topBox {
	margin-bottom: 60px;
}

.annivBox .topBox .h1 {
	font-size: 30px;
	color: #000000;
	line-height: 78px;
}

.annivBox .topBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.annivBox .listBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.annivBox .column {
	position: relative;
	font-size: 0;
	float: left;
	width: calc(33.33% - 8px);
	margin-bottom: 10px;
}

.annivBox .column:nth-child(3n) {
	margin-right: 0;
}

.annivBox .column a {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.annivBox .column .img {
	position: relative;
	overflow: hidden;
}

.annivBox .column .img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0s cubic-bezier(.19, 1, .22, 1) 0s;
	background-color: #fff;
	z-index: 2;
}

.annivBox .column.on .img::before {
	width: 0;
	transition: width .8s cubic-bezier(.19, 1, .22, 1) .2s;
}

.annivBox .column .img .bgBox{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.annivBox .column a:hover .img .bgBox{
	transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.annivBox .column .img .bgBox img{
	opacity: 0;
	width: 100%;
}

.annivBox .column .textBox {
	position: relative;
	font-size: 0;
	padding: 14px 30px 19px;
	background-color: #fff;
	box-sizing: border-box;
}

.annivBox .column .textBox::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0s cubic-bezier(.19, 1, .22, 1) 0s;
	background-color: #fff;
	z-index: 2;
}

.annivBox .column.on .textBox::before {
	width: 0;
	transition: width .8s cubic-bezier(.19, 1, .22, 1) .2s;
}

.annivBox .column .h1 {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.annivBox .more {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.annivBox .column2 a {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.annivBox .column2 a:last-child {
	margin-bottom: 0;
}

.annivBox .column2 .img {
	width: 50%;
}

.annivBox .column2 .textBox {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 25px;
	justify-content: flex-end;
}

.annivBox .column2 a {
	flex-direction: row-reverse;
}

.annivBox .column2 a:nth-child(2n) {
	flex-direction: row;
}

.annivBox .column3 a {
	flex-direction: row;
}

.annivBox .column3 a:nth-child(2n) {
	flex-direction: row-reverse;
}

.annivBox .column:hover .h1 {
	color: #19aeae;
}

.annivBox .column2 a .more::before{
	position: absolute;
	content: "";
	top: 10px;
	right: -45px;
	width: 0;
	height: 3px;
	background-color: #19afaf;
	transition: all .5s ease;
}

.annivBox .column2 a:hover .more::before {
	width: 40px;
}

.annivBox .column2 a:nth-child(2) .more::before {
	right: auto;
	left: -45px;
}

.annivBox .column3 a .more::before {
	position: absolute;
	content: "";
	top: 10px;
	left: -45px;
	width: 0;
	height: 3px;
	background-color: #19afaf;
	transition: all .5s ease;
}

.annivBox .column3 a:hover .more::before {
	width: 40px;
}

.annivBox .column3 a:nth-child(2) .more::before {
	left: auto;
	right: -45px;
}

.annivBox .column1 {
	border-radius: 10px;
	overflow: hidden;
}

.annivBox .column1 a {
	display: block;
}

.annivBox .column1 .textBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.annivDetailsBox {
	padding: 50px 0 130px;
	background-position: center center;
	background-size: cover;
}

.annivDetailsBox .h1 {
	font-size: 20px;
	line-height: 78px;
	color: #000000;
}

.annivDetailsBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.upDown {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.upDown a {
	font-size: 16px;
	line-height: 30px;
	color: #19aeae;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

.upDown a:hover {
	color: #000000;
}

.upDown .btnUp {
	padding-left: 30px;
	background-image: url(../images/icon-about-15.png);
	background-position: left center;
}

.upDown .btnDown {
	padding-right: 30px;
	background-image: url(../images/icon-about-16.png);
	background-position: right center;
}

.buildBox .box-1 {
	margin-top: -35px;
	padding: 130px 0 125px;
	background-position: center center;
	background-size: cover;
}
.buildBox .box-1 .wrap{
	font-size: 0;
}
.buildBox .box-1 .imgBox {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}

.buildBox .box-1 .title {
	font-size: 0;
	margin-bottom: 40px;
}

.buildBox .box-1 .h1 {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 48px;
	color: #000000;
	margin: 0 20px;
}

.buildBox .box-1 .symbol {
	display: inline-block;
	vertical-align: top;
	font-size: 200px;
	color: #fff;
	line-height: 30px;
	opacity: 0.15;
	-webkit-text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
}

.buildBox .box-1 .symbol:last-child {
	margin-top: 150px;
}

.buildBox .box-1 .img {
	margin-left: 80px;
}

.buildBox .box-1 .text {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}

.buildBox .box-2 {
	position: relative;
	padding: 50px 0 80px;
}

.buildBox .box-2 .h1 {
	font-size: 30px;
	line-height: 78px;
	color: #000000;
	margin-bottom: 25px;
}

.buildBox .box-2 .swiperBox {
	position: relative;
	z-index: 2;
}

.buildBox .box-2 .h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	line-height: 78px;
	color: #fff;
	padding: 25px 55px;
}

.buildBox .box-2 .swiper-button-next {
	top: auto;
	right: 195px;
	margin-top: auto;
	bottom: -40px;
	width: 80px;
	height: 80px;
	background-image: url(../images/icon-about-17.jpg);
	background-position: center center;
	background-size: cover;
}

.buildBox .box-2 .swiper-pagination {
	bottom: -40px;
	left: auto;
	right: 55px;
	width: auto;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
}

.buildBox .box-2 .swiper-pagination-current {
	color: #5cc3cb;
}

.buildBox .box-2::after {
	position: absolute;
	content: "";
	top: 75px;
	right: 0;
	width: 446px;
	height: 394px;
	background-color: #5cc3cb;
}

.buildBox .box-2::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 446px;
	height: 394px;
	background-color: #f5f5f5;
}

.buildBox .box-3 {
	padding: 105px 0 115px;
}

.buildBox .box-3 .nav {
	font-size: 0;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 65px;
}

.buildBox .box-3 .nav .item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 78px;
	color: #666;
	margin: 0 60px;
	cursor: pointer;
}

.buildBox .box-3 .nav .item:first-child {
	margin-left: 0;
}

.buildBox .box-3 .nav .item::after {
	position: absolute;
	content: "";
	top: 50%;
	right: -60px;
	transform: translate(0, -50%);
	width: 1px;
	height: 20px;
	background-color: #e1e1e1;
}

.buildBox .box-3 .nav .item:last-child::after {
	display: none;
}

.buildBox .box-3 .nav .item.active{
	color: #009999;
}

.buildBox .box-3 .nav .item.active::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background-color: #19aeae;
}

.buildBox .box-3 .h1 {
	font-size: 30px;
	line-height: 78px;
	color: #000000;
}

.buildBox .box-3 .listBox {
	display: none;
	margin: 0 -13px;
}

.buildBox .box-3 .listBox:first-child {
	display: block;
}

.buildBox .box-3 .column {
	float: left;
	width: 25%;
	padding: 0 13px;
	margin-bottom: 35px;
	box-sizing: border-box;
}

.buildBox .box-3 .textBox {
	padding: 30px 40px 35px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.buildBox .box-3 .name {
	font-size: 20px;
	color: #000000;
	line-height: 1;
	margin-bottom: 15px;
}

.buildBox .box-3 .position {
	font-size: 14px;
	color: #999999;
	line-height: 1;
}

.buildBox .box-4 {
	padding: 95px 0 115px;
	background-attachment: fixed;
	background-position: 0 center;
	/*background-size: 100% auto;*/
	background-size: cover;
}

.buildBox .box-4 .topBox {
	margin-bottom: 40px;
	border-bottom: 1px solid #5aadd9;
}

.buildBox .box-4 .h1 {
	float: left;
	font-size: 30px;
	line-height: 78px;
	color: #ffffff;
}

.buildBox .box-4 .arrowBox {
	float: right;
	font-size: 0;
}

.buildBox .box-4 .btn {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin-top: auto;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-size: cover;
	margin-left: 20px;
	transition: all 0.5s;
	opacity: 1;
}

.buildBox .box-4 .swiper-button-prev {
	background-image: url(../images/icon-about-3-1.jpg);
}

/*.buildBox .box-4 .swiper-button-prev:hover {
	background-image: url(../images/icon-about-3-1.jpg);
}*/

.buildBox .box-4 .swiper-button-next {
	background-image: url(../images/icon-about-4-1.jpg);
}

/*.buildBox .box-4 .swiper-button-next:hover {
	background-image: url(../images/icon-about-4-1.jpg);
}*/

.buildBox .box-4 .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/icon-about-4.jpg);
}
.buildBox .box-4 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/icon-about-3.jpg);
}

.buildBox .box-4 .img {
	font-size: 0;
	padding: 55px 40px;
	background-color: #fff;
}

.buildBox .box-4 .h2 {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	margin-top: 28px;
}


/* about */


/* 媒体查询 */
@media only screen and (max-width: 1800px){
	.honorBox .box-3 .swiper-button-next{
		right: -2%;
	}
	.honorBox .box-3 .swiper-button-prev{
		left: -2%;
	}
}
@media only screen and (max-width: 1680px) {
	.w16 {
		width: 90%;
	}

	.navBox {
		margin-top: -30px;
	}

	.navBox a {
		width: 140px;
		height: 60px;
		line-height: 60px;
	}

	.annivBox.anniversary {
		padding-top: 80px;
		margin-top: -30px;
	}
	.originBox{
		margin-top: -30px;
		padding-top: 30px;
	}
	.originBox .wrap {
		padding: 85px 0 130px;
	}

	.originBox .swiper-button-prev {
		left: -60px;
	}

	.originBox .swiper-button-next {
		right: -60px;
	}

	.w144 {
		max-width: 100%;
		padding: 0 80px;
	}

	.honorBox .box-2 .swiper-button-prev {
		left: 20px;
	}

	.honorBox .box-2 .swiper-button-next {
		right: 20px;
	}

	.w15 {
		width: 90%;
	}

	/*.honorBox .box-3 .swiper-button-prev {
		left: -60px;
	}

	.honorBox .box-3 .swiper-button-next {
		right: -60px;
	}*/
	.innovateBox{
		padding-top: 80px;
		margin-top: -30px;
	}
	.cultureBox{
		padding-top: 90px;
		margin-top: -30px;
	}
	.honorBox .box-1 {
		padding-top: 90px;
		margin-top: -30px;
	}
	.annivBox{
		margin-top: -30px;
	}
	.buildBox .box-1{
		margin-top: -30px;
	}
}

@media only screen and (max-width: 1600px) {
	.navBox a {
		width: auto;
		height: 56px;
		line-height: 56px;
		padding: 0 20px;
	}

	.strengBox .column .textBox {
		padding: 0 90px;
	}
}

@media only screen and (max-width: 1500px) {
	.w14 {
		width: 90%;
	}

	.buildBox .box-3 .nav .item {
		margin: 0 50px;
	}

	.buildBox .box-3 .nav .item::after {
		right: -50px;
	}
	
	/**/
	.wjlistbox ul li .year{
		top: 150px;
	}
}

@media only screen and (max-width: 1440px) {
	.originBox::after {
		left: 53%;
	}

	.strengBox .column .item {
		margin-right: 60px;
	}

	.innovateBox .item {
		padding: 30px;
	}

	/*.cultureBox .item {
		padding: 50px 30px;
	}*/
	.cultureBox .item a,
	.cultureBox .item span{
		padding: 50px 30px;
	}

	.cultureBox .icon {
		margin-bottom: 120px;
	}
	.wjlistbox ul li .year{
		top: 140px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 25px;
	}
	.wjlistbox .list ul li .txt .t1{
		font-size: 20px;
	}
	.wjlistbox .list ul li .spot{
		width: 18px;
		height: 18px;
		bottom: -10px;
	}
	.wjlistbox .list ul li .spot:before{
		width: 8px;
		height: 8px;
	}
	.wjlistbox .list ul:nth-child(odd) .spot{
		right: -10px;
	}
	.wjlistbox .list ul:nth-child(even) .spot{
		left: -10px;
	}
	.wjlistbox ul li .txt .mar{
		min-height: 35px;
	}
}

@media only screen and (max-width: 1366px) {
	.introBox .textBox {
		padding-right: 40px;
	}

	.buildBox .box-3 .nav .item {
		margin: 0 40px;
	}

	.buildBox .box-3 .nav .item::after {
		right: -40px;
	}
}

@media only screen and (max-width: 1280px) {
	.navBox {
		margin-top: -25px;
	}

	.navBox a {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
	}

	.annivBox.anniversary {
		padding-top: 75px;
		margin-top: -25px;
	}

	.introBox {
		padding: 50px 0;
	}

	.introBox .swiperBox {
		max-width: 520px;
	}

	.introBox .textBox {
		width: calc(100% - 520px);
	}

	.letterBox .img {
		width: 480px;
	}

	.letterBox .textBox {
		width: calc(100% - 520px);
		padding-right: 50px;
	}
	.originBox{
		margin-top: -25px;
		padding-top: 25px;
	}
	.originBox .swiperBox {
		padding: 0 40px;
	}
	
	.originBox .swiper-button-next,
	.originBox .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.originBox .swiper-button-prev {
		left: -20px;
	}

	.originBox .swiper-button-next {
		right: -20px;
	}

	.strengBox .column .textBox {
		padding: 0 50px;
	}

	.strengBox .dataBox {
		margin-top: 30px;
	}
	
	.innovateBox{
		padding-top: 70px;
		margin-top: -25px;
	}
	
	.cultureBox{
		padding-top: 80px;
		margin-top: -25px;
	}
	
	.cultureBox .icon {
		margin-bottom: 70px;
	}
	
	.buildBox .box-1{
		margin-top: -25px;
	}
	
	.buildBox .box-2::after {
		width: 350px;
		height: 300px;
	}

	.buildBox .box-2::before {
		width: 350px;
		height: 300px;
	}

	.buildBox .box-3 .nav .item {
		margin: 0 30px;
	}

	.buildBox .box-3 .nav .item::after {
		right: -30px;
	}
	
	.honorBox .box-1 {
		padding-top: 80px;
		margin-top: -25px;
	}
	
	.honorBox .box-3 .swiperBox {
		padding: 0px 40px;
	}

	.honorBox .box-3 .swiper-button-prev {
		left: -35px;
	}

	.honorBox .box-3 .swiper-button-next {
		right: -35px;
	}
	.annivBox{
		margin-top: -25px;
	}
	.wjlistbox .list ul li .year{
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 1199px) {
	.navBox {
		margin-top: -45px;
	}
	
	.navBox.fixed{
		padding-top: 45px;
		padding-bottom: 0;
	}
	
	.navBox .wrap {
		display: flex;
		white-space: nowrap;
		overflow-x: auto;
		padding: 20px 0;
	}
	
	.navBox .wrap::-webkit-scrollbar {
		display: none;
	}
	

	.annivBox{
		padding-top: 80px;
		margin-top: -45px;
	}

	.introBox {
		padding: 30px 0 50px;
	}

	.introBox .wrap {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		flex-wrap: wrap;
	}

	.introBox .textBox {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.introBox .swiperBox {
		padding-left: 0;
	}

	.introBox .swiper-pagination {
		top: auto;
		bottom: 5%;
		width: auto;
		width: 100%;
	}

	.introBox .swiper-pagination-bullet {
		margin: 0 5px !important;
	}

	.letterBox {
		padding: 30px 0 0;
	}

	.letterBox .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.letterBox .textBox {
		width: 100%;
		padding-right: 0;
	}

	.letterBox .img {
		max-width: 565px;
		width: 100%;
	}
	.originBox{
		margin-top: -45px;
		padding-top: 45px;
	}
	.originBox .wrap {
		padding: 30px 0 80px;
	}

	.originBox::before {
		bottom: 115px;
	}

	.originBox::after {
		left: 32%;
		bottom: 117px;
	}
	
	.innovateBox{
		padding-top: 80px;
		margin-top: -45px;
	}
	
	.cultureBox{
		padding-top: 80px;
		margin-top: -45px;
	}
	
	.strengBox .column .item {
		margin-right: 30px;
	}

	.innovateBox .listBox {
		width: 60%;
	}

	.innovateBox .img {
		width: 40%;
	}

	.annivBox .column {
		width: calc(50% - 10px);
	}
	
	.buildBox .box-1{
		margin-top: -45px;
	}
	
	.buildBox .box-1 .imgBox {
		float: none;
		display: block;
		max-width: 530px;
		width: 100%;
		margin: 0 auto;
		padding-right: 0;
		margin-bottom: 50px;
	}

	.buildBox .box-1 .text {
		width: 100%;
	}

	.buildBox .box-3 .nav {
		overflow-x: auto;
		white-space: nowrap;
	}

	.buildBox .box-3 .nav::-webkit-scrollbar {
		display: none;
	}

	.buildBox .box-3 .nav .item {
		margin: 0 20px;
	}

	.buildBox .box-3 .nav .item::after {
		right: -20px;
	}
	.honorBox .box-1 {
		margin-top: -45px;
	}
}

@media only screen and (max-width: 1024px) {
	.navBox.fixed{
		top: 60px;
		padding-top: 0;
	}
	.strengBox{
		padding-top: 50px;
	}
	.strengBox .column .h1 {
		line-height: 50px;
	}

	.strengBox .column .h1::before {
		top: 7px;
	}

	.strengBox .column .text {
		line-height: 30px;
	}
	
	.strengBox .column .text ul li{
		padding-left: 15px;
	}
	
	.strengBox .column .text ul li i{
		top: 11px;
	}
	
	.innovateBox .listBox {
		width: 100%;
	}

	.innovateBox .img {
		width: 100%;
		margin-top: 30px;
	}

	.buildBox .box-3 .column {
		width: 33.33%;
	}
	.honorBox .box-2{
		background-attachment: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.wjlistbox .list ul:nth-child(odd) li{
		padding-left: 0;
	}
	.wjlistbox .list ul:nth-child(even) li{
		padding-right: 0;
	}
	.wjlistbox .list ul li .year{
		top: 120px;
		width: 80px;
	    height: 80px;
	    line-height: 80px;
	    font-size: 20px;
	}
	.wjlistbox .list ul li .txt{
		margin-top: 15px;
	}
	.wjlistbox .list ul li .txt .t1{
		font-size: 18px;
	}
	.wjlistbox ul li .txt .t3{
		margin-top: 15px;
	}
	.wjlistbox .list ul:nth-child(odd) .txt .mar{
		padding-right: 80px;
	}
	.wjlistbox .list ul:nth-child(even) .txt .mar{
		padding-left: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.strengBox .column .img {
		width: 100%;
	}

	.strengBox .column .textBox {
		width: 100%;
		padding: 30px 0 50px;
	}

	.cultureBox .item {
		width: 50%;
		/*border-bottom: 1px solid #dee5eb;*/
	}
	.cultureBox .item:nth-child(3),
	.cultureBox .item:nth-child(4){
		border-top: 1px solid #dee5eb;
	}
	.honorBox .box-3 .swiperBox {
		padding: 0 50px;
	}

	.honorBox .box-3 .swiper-button-prev {
		left: -20px;
	}

	.honorBox .box-3 .swiper-button-next {
		right: -20px;
	}
	.wjlistbox .list ul li .year{
		top: 110px;
	}
}

@media only screen and (max-width: 768px) {
	.originBox::after {
		left: 50%;
	}
	
	.annivBox{
		padding-top: 70px;
	}
	
	.annivBox .column1 .textBox {
		padding: 15px 20px;
	}

	.annivBox .column2 .textBox {
		padding: 15px;
	}

	.buildBox .box-2::after {
		width: 200px;
		height: 180px;
	}

	.buildBox .box-2::before {
		width: 200px;
		height: 180px;
	}
	
	.honorBox .box-2 .box,
	.honorBox .box-2 .swiper-slide:nth-child(2n) .box{
		padding: 15px;
	}
	.honorBox .box-2 .swiper-container{
		padding: 0;
	}
	.honorBox .box-2 .wrap{
		padding: 0 70px;
	}
	
	.honorBox .box-2::before,
	.honorBox .box-2 .imgBox::before{
		display: none;
	}
	
	.honorBox .box-2 .swiper-button-prev, 
	.honorBox .box-2 .swiper-button-next{
		display: block;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	}
	
	.honorBox .box-2 .swiper-button-prev{
		left: -60px;
	}
	
	.honorBox .box-2 .swiper-button-next{
		right: -60px;
	}
	
	.buildBox .box-2 .swiper-button-next {
		right: 70px;
		bottom: -25px;
		width: 50px;
		height: 50px;
	}

	.buildBox .box-2 .swiper-pagination {
		bottom: -30px;
		right: 0;
	}

	.buildBox .box-3 .textBox {
		padding: 20px 15px;
	}
	.strengBox{
		padding-top: 40px;
	}
	
	.innovateBox{
		padding-top: 70px;
	}
	
	.cultureBox{
		padding-top: 70px;
	}
	.wjlistbox .list ul li .year{
		top: 80px;
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.wjlistbox .list ul:nth-child(odd) .txt .mar{
		padding-right: 70px;
	}
	.wjlistbox .list ul:nth-child(even) .txt .mar{
		padding-left: 70px;
	}
}
@media only screen and (max-width: 750px){
	.wjlistbox{
		padding-top: 40px;
	}
	.wjlistbox .list{
		display: none;
	}
	.wjlistbox .m_list{
		display: block;
	}
	.wjlistbox .ic1, .wjlistbox .ic2{
		text-align: right;
	}
	.wjlistbox .ic2{
		margin-right: -96px;
    	margin-top: -75px;
	}
	.wjlistbox ul li .txt .mbtn{
		display: none;
	}
}
@media only screen and (max-width: 580px) {
	.navBox {
		margin-top: 0;
	}

	.navBox .wrap {
		padding: 20px 0;
	}

	.navBox a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		margin: 0;
		margin-right: 10px;
	}

	.navBox a:last-child {
		margin-right: 0;
	}

	.annivBox.anniversary {
		padding-top: 40px;
		margin-top: 0px;
	}

	.introBox .h1 {
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 5px;
	}

	.introBox .text {
		font-size: 14px;
		line-height: 30px;
	}

	.letterBox {
		padding: 0;
	}

	.letterBox .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.letterBox .text {
		font-size: 14px;
		line-height: 30px;
	}

	.letterBox .botBox {
		margin: 20px 0;
	}

	.letterBox .position {
		font-size: 14px;
		line-height: 30px;
		margin-top: 0;
	}

	.letterBox .img {
		background-size: 70px auto;
	}
	.originBox{
		margin-top: -80px;
		padding-top: 80px;
	}
	.originBox .wrap {
		padding: 20px 0 50px;
	}

	.originBox .swiperBox {
		padding: 0 50px;
	}

	.originBox .swiper-button-prev {
		left: -10px;
	}

	.originBox .swiper-button-next {
		right: -10px;
	}

	.originBox .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.originBox .number {
		width: 50px;
		height: 50px;
		border: 2px solid #19aeae;
		line-height: 46px;
		font-size: 14px;
	}

	.originBox::before {
		bottom: 75px;
	}

	.originBox::after {
		bottom: 77px;
	}

	.originBox .year {
		width: 90px;
		font-size: 16px;
		line-height: 40px;
	}

	.originBox .textBox {
		padding: 15px 20px 30px;
	}

	.originBox .h2 {
		font-size: 16px;
		line-height: 30px;
	}

	.originBox .text {
		font-size: 14px;
		line-height: 24px;
	}

	.strengBox {
		padding: 0;
		padding-top: 20px;
	}

	.strengBox .topBox .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.strengBox .topBox .h1::before {
		width: 16px;
		height: 16px;
		top: 0;
	}

	.strengBox .topBox .text {
		font-size: 14px;
	}

	.strengBox .topBox {
		margin-bottom: 40px;
	}

	.strengBox .title .h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.strengBox .column .img::before {
		top: -10px;
		left: -10px;
		width: 30px;
		height: 50px;
	}

	.strengBox .column:nth-child(2n) .img::before {
		right: -10px;
	}

	.strengBox .column .textBox {
		padding: 20px 0 40px;
	}

	.strengBox .column .number {
		font-size: 100px;
	}

	.strengBox .column .h1 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.strengBox .column .h1::before {
		width: 16px;
		height: 16px;
		top: 0;
	}

	.strengBox .column .text {
		font-size: 14px;
	}

	.strengBox .dataBox {
		margin-top: 20px;
	}

	.strengBox .column .item {
		margin-right: 20px;
	}

	.strengBox .column .top {
		font-size: 14px;
	}

	.strengBox .number2 {
		font-size: 20px;
	}

	.innovateBox {
		padding: 100px 0 50px;
		margin-top: -80px;
	}

	.innovateBox .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.innovateBox .dataBox {
		margin-top: 30px;
	}

	.innovateBox .item {
		padding: 20px;
	}

	.innovateBox .top {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.innovateBox .number {
		font-size: 20px;
	}

	.innovateBox .name {
		font-size: 14px;
		line-height: 20px;
	}
	
	
	.cultureBox .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	/*.cultureBox .item {
		padding: 30px;
	}*/
	.cultureBox .item a,
	.cultureBox .item span{
		padding: 30px;
	}

	.cultureBox .icon {
		margin-bottom: 30px;
	}

	.cultureBox .h2 {
		font-size: 16px;
		line-height: 30px;
	}

	.cultureBox .text {
		font-size: 14px;
		line-height: 24px;
	}

	.cultureBox {
		padding: 100px 0 50px;
		margin-top: -80px;
	}

	.honorBox .box-1 {
		padding: 110px 0 50px;
		margin-top: -80px;
	}

	.honorBox .box-2 {
		padding: 35px 0;
	}
	
	.honorBox .box-2 .box,
	.honorBox .box-2 .swiper-slide:nth-child(2n) .box{
		padding: 15px;
	}
	
	.honorBox .box-2 .box{
		width: 100%;
		box-sizing: border-box;
	}
	
	.honorBox .box-2 .swiper-button-prev {
		left: -50px;
	}

	.honorBox .box-2 .swiper-button-next {
		right: -50px;
	}

	.honorBox .box-2 .swiper-button-prev,
	.honorBox .box-2 .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.honorBox .box-2 .name {
		font-size: 14px;
	}

	.honorBox .box-2 .imgBox {
		padding: 15px;
	}

	.honorBox .box-3 {
		padding: 40px 0 50px;
	}

	.honorBox .box-3 .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.honorBox .box-3 .box {
		padding: 30px 15px 30px;
	}

	.honorBox .box-3::before {
		height: 1px;
		bottom: 92px;
	}

	.honorBox .box-3 .textBox {
		font-size: 14px;
	}

	.honorBox .box-2 .spot {
		width: 18px;
		height: 18px;
	}

	.honorBox .box-3 .year {
		font-size: 18px;
	}

	.honorBox .box-3 .swiperBox {
		padding: 0px 40px;
	}

	.honorBox .box-3 .swiper-button-next,
	.honorBox .box-3 .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.honorBox .box-3 .swiper-button-prev {
		left: -10px;
	}

	.honorBox .box-3 .swiper-button-next {
		right: -10px;
	}

	.w144 {
		padding: 0 30px;
	}

	.annivBox .column {
		width: 100%;
	}

	.annivBox .column2 .textBox {
		justify-content: center;
	}

	.annivBox {
		padding: 100px 0 40px;
		margin-top: -80px;
	}

	.annivBox .topBox .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.annivBox .topBox .text {
		font-size: 14px;
	}

	.annivBox .topBox {
		margin-bottom: 30px;
	}

	.annivBox .column .h1 {
		font-size: 16px;
	}

	.annivBox .more {
		font-size: 14px;
	}

	.annivDetailsBox {
		padding: 0 0 50px;
	}

	.annivDetailsBox .h1 {
		line-height: 30px;
		margin-bottom: 10px;
	}

	.annivDetailsBox .text {
		font-size: 14px;
	}

	.upDown {
		margin-top: 30px;
	}

	.upDown a {
		font-size: 14px;
	}

	.buildBox .box-1 .h1 {
		font-size: 20px;
		line-height: 30px;
		margin: 0 10px;
		text-align: left;
	}

	.buildBox .box-1 .symbol {
		font-size: 100px;
	}

	.buildBox .box-1 .symbol:last-child {
		margin-top: 80px;
	}

	.buildBox .box-1 .title {
		text-align: center;
	}

	.buildBox .box-1 .img {
		text-align: center;
		margin-left: 0;
	}

	.buildBox .box-1 {
		padding: 130px 0 50px;
		margin-top: -80px;
	}

	.buildBox .box-1 .text {
		font-size: 14px;
		line-height: 30px;
	}

	.buildBox .box-2 {
		padding: 0 0 50px;
	}

	.buildBox .box-2 .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.buildBox .box-2::after {
		top: 10px;
	}

	.buildBox .box-3 {
		padding: 50px 0;
	}

	.buildBox .box-3 .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.buildBox .box-3 .nav .item {
		font-size: 14px;
		line-height: 40px;
	}

	.buildBox .box-3 .nav .item::after {
		height: 10px;
	}

	.buildBox .box-3 .nav {
		margin-bottom: 30px;
	}

	.buildBox .box-3 .listBox {
		margin: 0 -10px;
	}

	.buildBox .box-3 .column {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.buildBox .box-3 .name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.buildBox .box-4 {
		padding: 50px 0;
	}

	.buildBox .box-4 .topBox {
		margin-bottom: 30px;
		padding-bottom: 10px;
	}

	.buildBox .box-4 .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.buildBox .box-4 .btn {
		width: 40px;
		height: 40px;
		margin-left: 15px;
	}

	.buildBox .box-2 .h2 {
		font-size: 16px;
		line-height: 30px;
		padding: 30px;
	}
	.originBox .listbox1 ul li{
		font-size: 15px;
		padding-left: 25px;
	}
	.originBox .listbox1 ul li i{
		top: 6px;
		width: 4px;
		height: 4px;
	}
	.wjlistbox{
		padding-top: 20px;
	}
	.wjlistbox .m_list ul li{
		padding-left: 0;
		padding-right: 50px;
	}
	.wjlistbox ul li .year{
		top: 125px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 22px;
	}
	.wjlistbox .m_list ul .txt .mar{
		padding-right: 80px;
	}
	.wjlistbox ul li .txt .t1{
		font-size: 20px;
	}
	.wjlistbox .m_list ul li .spot{
		width: 18px;
		height: 18px;
		bottom: -10px;
		right: 5px;
	}
	.wjlistbox ul li .spot:before{
		width: 8px;
		height: 8px;
	}
}

@media only screen and (max-width: 480px) {
	.originBox .swiperBox {
		padding: 0;
	}

	.innovateBox .dataBox {
		margin-top: 20px;
	}

	.innovateBox .item {
		width: calc(33.33% - 10px);
		padding: 15px;
		margin-bottom: 20px;
	}

	.innovateBox .img {
		margin-top: 10px;
	}

	.cultureBox .item {
		width: 100%;
		/*padding: 20px 20px;*/
		margin-bottom: 10px;
		border-bottom: none;
		border-top: none;
		border-right: none;
	}
	.cultureBox .item:nth-child(3), .cultureBox .item:nth-child(4){
		border-top: none;
	}
	.cultureBox .item a,
	.cultureBox .item span{
		padding: 20px;
	}

	.cultureBox .icon {
		margin-bottom: 20px;
	}

	.cultureBox .h2 {
		margin-bottom: 10px;
	}

	.buildBox .box-1 .title {
		margin-bottom: 30px;
	}

	.buildBox .box-1 .h1 {
		font-size: 18px;
	}

	.buildBox .box-1 .img {
		padding: 0 10px;
	}

	.buildBox .box-1 .imgBox {
		margin-bottom: 30px;
	}

	.buildBox .box-2 .h2 {
		padding: 15px;
	}

	.buildBox .box-2::after {
		width: 150px;
		height: 150px;
	}

	.buildBox .box-2::before {
		width: 150px;
		height: 150px;
	}

	.buildBox .box-2 .swiper-button-next {
		width: 40px;
		height: 40px;
		border-bottom: -20px;
	}

	.buildBox .box-2 .swiper-pagination {
		font-size: 16px;
	}

	.buildBox .box-3 {
		padding: 40px 0 30px;
	}

	.buildBox .box-3 .textBox {
		padding: 15px;
	}

	.buildBox .box-4 {
		padding: 40px 0;
	}

	.buildBox .box-4 .h2 {
		font-size: 14px;
		line-height: 24px;
	}
	.honorBox .box-2 .wrap{
		padding: 0 50px;
	}
	.honorBox .box-2 .swiper-button-prev {
		left: -40px;
	}

	.honorBox .box-2 .swiper-button-next {
		right: -40px;
	}
	.originBox .listbox1 ul li{
		padding-left: 20px;
	}
	.wjlistbox{
		padding-top: 10px;
	}
	.wjlistbox .m_list ul li{
		padding-right: 40px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.wjlistbox ul li .year {
	    top: 90px;
	    width: 70px;
	    height: 70px;
	    line-height: 70px;
	    font-size: 20px;
	}
	.wjlistbox .m_list ul .txt .mar{
		padding-right: 70px;
	}
	.wjlistbox ul li .txt .t1{
		font-size: 18px;
	}
	.wjlistbox .ic2 {
	    margin-top: -65px;
	}
}
@media only screen and (max-width: 375px){
	.wjlistbox ul li .year{
		top: 70px;
	}
}

/* products */

.sortBox {
	padding: 30px 0 45px;
}

.sortBox .swiper-container{
	width: 100%;
}

.sortBox{
	font-size: 0;
}

.sortBox a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 200px;
	width: 100%;
	height: 200px;
	font-size: 0;
	text-align: center;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
}

.sortBox .icon2 {
	display: none;
}

.sortBox .name {
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #19aeae;
	margin-top: 30px;
	transition: all 0.5s;
}
.sortBox a:hover .name{
	letter-spacing: 2px;
}
/*.sortBox a:hover {
	background-image: linear-gradient(to bottom right, #1ab5b4, #23e7e4);
}*/

.sortBox a:hover .icon1 {
	display: none;
}

.sortBox a:hover .icon2 {
	display: inline-block;
}

.sortBox a:hover .name {
	color: #ffffff;
}
.productsBox .sortBox .wrap{
	position: relative;
}
.productsBox .sortBox .wrap .mask{
	position: absolute;
    left: 0;
    bottom: 0;
    max-width: 200px;
    height: 100%;
    transition: all 0.3s ease;
	background-image: linear-gradient(to bottom right, #1ab5b4, #23e7e4);
	border-radius: 10px;
	overflow: hidden;
}
.sortBox .active-nav a {
	background-image: linear-gradient(to bottom right, #1ab5b4, #23e7e4);
}

.sortBox .active-nav a .icon1 {
	display: none;
}

.sortBox .active-nav a .icon2 {
	display: inline-block;
}

.sortBox .active-nav a .name {
	color: #ffffff;
}

.seriesBox .box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.seriesBox .swiper-slide{
	background: #edf6f6;
}

.seriesBox .textBox {
	width: 42.7%;
	background-color: #edf6f6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px 4.5% 40px 9.7%;
	box-sizing: border-box;
}

.seriesBox .h1 {
	font-size: 30px;
	line-height: 70px;
	color: #19aeae;
	margin-bottom: 10px;
}

.seriesBox .text {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.seriesBox .series {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0 55px;
}

.seriesBox .series a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*width: 25%;*/
	margin-right: 2px;
	margin-bottom: 2px;
	height: 140px;
	font-size: 0;
	text-align: center;
	/*background-color: #f0f7f7;*/
	background: rgba(255,255,255,0.25);
	transition: all 0.5s;
	box-sizing: border-box;
}
/*.seriesBox .series.n1 a{
	width: -moz-calc((100% - 6px) / 4);
	width: -webkit-calc((100% - 6px) / 4);
	width: calc((100% - 6px) / 4);
}
.seriesBox .series.n1 a:nth-child(4n){
	margin-right: 0;
}*/
.seriesBox .series.n1 a{
	width: -moz-calc((100% - 4px) / 3);
	width: -webkit-calc((100% - 4px) / 3);
	width: calc((100% - 4px) / 3);
}
.seriesBox .series.n1 a:nth-child(3n){
	margin-right: 0;
}
.seriesBox .series.n2 a{
	width: -moz-calc((100% - 4px) / 3);
	width: -webkit-calc((100% - 4px) / 3);
	width: calc((100% - 4px) / 3);
}
.seriesBox .series.n2 a:nth-child(3n){
	margin-right: 0;
}
.seriesBox .series.n3 a{
	width: -moz-calc((100% - 2px) / 2);
	width: -webkit-calc((100% - 2px) / 2);
	width: calc((100% - 2px) / 2);
}
.seriesBox .series.n3 a:nth-child(2n){
	margin-right: 0;
}

.seriesBox .series a::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 1px;
	height: 70%;
	/*background-color: #eeeeee;*/
}

.seriesBox .series .name {
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	margin-top: 10px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.seriesBox .series a:hover {
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
}

.seriesBox .btn {
	position: relative;
	width: 105px;
	font-size: 0;
}

.seriesBox .more {
	display: inline-block;
	width: 105px;
	font-size: 14px;
	line-height: 55px;
	color: #ffffff;
	text-align: center;
	background-color: #19aeae;
}

.seriesBox .btn .icon {
	position: absolute;
	top: 0;
	right: -55px;
	width: 55px;
	height: 55px;
	background-color: #27caca;
	background-image: url(../images/icon-products-12.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .5s ease;
}

.seriesBox .btn:hover .icon {
	width: 65px;
}

.seriesBox .img {
	width: 57.3%;
}

.prodListBox .topBox {
	position: relative;
	margin-bottom: 50px;
}

.prodListBox .topBox .textBox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	padding: 0 6%;
	box-sizing: border-box;
}

.prodListBox .topBox .h1 {
	font-size: 30px;
	line-height: 60px;
	color: #002222;
}

.prodListBox .topBox .h2 {
	font-size: 18px;
	line-height: 30px;
	color: #002222;
}

.prodListBox .nav {
	font-size: 0;
	text-align: center;
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 45px;
}

.prodListBox .nav::-webkit-scrollbar {
	display: none;
}

.prodListBox .nav a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 70px;
	color: #222222;
	padding: 0 15px;
	margin: 0 25px;
}

.prodListBox .nav a.active {
	color: #1ab4b4;
}

.prodListBox .nav a.active::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #1ab6b6;
}

.prodListBox .listBox {
	margin: 0 -27px;
}

.prodListBox .column {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 27px;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.prodListBox .column a {
	position: relative;
	display: block;
	padding: 20px 20px 40px;
	background-color: #fff;
	transition: all 0.5s;
}

.prodListBox .column a>.img {
	font-size: 0;
	height: 360px;
	line-height: 360px;
}

.prodListBox .column .img img {
	max-height: 100%;
}

.prodListBox .name {
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prodListBox .text {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prodListBox .suspen {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/img-products-10.jpg);
	background-position: center center;
	background-size: cover;
	border: 7px solid #1ab6b6;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.5s;
}

.prodListBox .suspen .img {
	font-size: 0;
}

.prodListBox .text2 {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #444444;
	margin: 20px 0 50px;
	padding: 0 10px;
	box-sizing: border-box;
}

.prodListBox .btn {
	width: 145px;
	height: 46px;
	font-size: 16px;
	line-height: 45px;
	color: #ffffff;
	background-color: #19aeae;
	border-radius: 22px;
	padding-right: 20px;
	background-image: url(../images/icon-products-12.png);
	background-repeat: no-repeat;
	background-position: 87% center;
	box-sizing: border-box;
	transition: all .5s ease; 
}

.prodListBox .btn:hover{
	background-color: #aaa;
}

.prodListBox .column:hover a {
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.prodListBox .column:hover .suspen {
	opacity: 1;
}

.prodListBox .page {
	padding: 35px 0 80px;
}

.prodDetailsBox {
	padding: 125px 0 75px;
}

.prodDetailsBox .topBox {
	display: flex;
	flex-wrap: wrap;
}

.prodDetailsBox .view {
	width: 600px;
	height: 600px;
	font-size: 0;
	line-height: 598px;
	text-align: center;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

.prodDetailsBox .view .swiper-container{
	overflow: visible;
}

.prodDetailsBox .jqzoom{
	position: relative;
}

.prodDetailsBox .view img {
	width: 100%;
}

.prodDetailsBox .textBox {
	width: calc(100% - 600px);
	padding: 70px 55px 0 110px;
	box-sizing: border-box;
}

.prodDetailsBox .h1 {
	font-size: 30px;
	color: #000000;
	line-height: 40px;
	margin-bottom: 15px;
}

.prodDetailsBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.prodDetailsBox .h2 {
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 15px;
}

.prodDetailsBox .topBox .textBox .btn {
	display: inline-block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #19aeae;
	margin-top: 12%;
	transition: all .5s ease;
}

.prodDetailsBox .topBox .textBox .btn:hover{
	background-color: #aaa;
}

.prodDetailsBox .preview {
	position: relative;
	width: 600px;
	font-size: 0;
	padding: 0 35px;
	margin-top: 20px;
	box-sizing: border-box;
}

.prodDetailsBox .preview .swiper-slide {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

.prodDetailsBox .preview .swiper-slide.active-nav {
	border: 1px solid #19aeae;
}

.prodDetailsBox .preview img {
	width: 100%;
}

.prodDetailsBox .preview .btn {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 7px;
	height: 14px;
	background-size: cover;
	transition: all 0.5s;
}

.prodDetailsBox .preview .arrow-left {
	left: 7px;
	background-image: url(../images/icon-products-13.jpg);
}

.prodDetailsBox .preview .arrow-left:hover {
	background-image: url(../images/icon-products-13-1.jpg);
}

.prodDetailsBox .preview .arrow-right {
	right: 7px;
	background-image: url(../images/icon-products-14.jpg);
}

.prodDetailsBox .preview .arrow-right:hover {
	background-image: url(../images/icon-products-14-1.jpg);
}


/* products */


/* 媒体查询 */

@media only screen and (max-width: 1600px) {
	.seriesBox .h1 {
		margin-bottom: 0;
	}

	.seriesBox .series a {
		height: 110px;
	}

	.seriesBox .series {
		margin: 20px 0 40px;
	}
	.seriesBox .series .name{
		font-size: 15px;
	}
	.seriesBox .series.n1 a{
		width: -moz-calc((100% - 4px) / 3);
		width: -webkit-calc((100% - 4px) / 3);
		width: calc((100% - 4px) / 3);
	}
	.seriesBox .series.n1 a:nth-child(4n){
		margin-right: 2px;
	}
	.seriesBox .series.n1 a:nth-child(3n){
		margin-right: 0;
	}
}

@media only screen and (max-width: 1440px) {
	.sortBox a {
		height: 180px;
	}
	.seriesBox .series .name{
		font-size: 14px;
	}
}

@media only screen and (max-width: 1366px) {
	.seriesBox .textBox {
		padding: 25px 3% 40px 7%;
	}

	.seriesBox .text {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.sortBox a {
		height: 160px;
	}

	.prodListBox .column a>.img {
		height: 300px;
		line-height: 300px;
	}

	.prodListBox .text2 {
		margin: 20px 0 30px;
	}
}

@media only screen and (max-width: 1280px) {
	.prodDetailsBox .view {
		width: 500px;
		height: 500px;
		line-height: 498px;
	}

	.prodDetailsBox .textBox {
		width: calc(100% - 500px);
		padding: 50px 30px 0 80px;
	}

	.prodDetailsBox .preview {
		width: 500px;
	}
}

@media only screen and (max-width: 1199px) {
	.seriesBox .series a {
		height: 90px;
	}

	.sortBox a {
		height: 150px;
	}

	.prodListBox .listBox {
		margin: 0 -10px;
	}

	.prodListBox .column {
		padding: 0 10px;
	}

	.prodListBox .suspen .img {
		width: 150px;
	}

	.prodDetailsBox .textBox {
		padding: 30px 0 0 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.seriesBox .textBox {
		width: 100%;
		padding: 30px 5% 40px;
	}
	.seriesBox .series{
		margin-bottom: 40px;
	}
	.seriesBox .series.n1 a,
	.seriesBox .series.n2 a,
	.seriesBox .series.n3 a{
		min-width: 125px;
		width: auto;
	}
	.seriesBox .series a {
		/*height: 200px;*/
		height: 120px;
	}
	
	.seriesBox .series .name{
		padding: 0px 15px;
	}

	.seriesBox .img {
		width: 100%;
	}

	.prodListBox .column a>.img {
		height: 250px;
		line-height: 250px;
	}

	.prodDetailsBox .topBox .textBox .btn {
		margin-top: 10%;
	}
	.productsBox .sortBox .wrap .mask{
		display: none;
	}
	.sortBox a:hover {
		background-image: linear-gradient(to bottom right, #1ab5b4, #23e7e4);
	}
	.sortBox a:hover .name{
		letter-spacing: inherit;
	}
}

@media only screen and (max-width: 991px) {
	.sortBox a {
		height: 120px;
	}

	.sortBox .name {
		margin-top: 20px;
	}

	.prodListBox .column {
		width: 50%;
	}

	.prodDetailsBox .topBox {
		justify-content: center;
	}

	.prodDetailsBox .textBox {
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}

	.prodDetailsBox .topBox .textBox .btn {
		margin-top: 6%;
	}
}

@media only screen and (max-width: 768px) {
	.seriesBox .series a {
		/*height: 150px;*/
	}

	.sortBox a {
		display: inline-block;
		vertical-align: top;
		width: 90px;
		height: 90px;
		padding: 15px 5px 5px;
		box-sizing: border-box;
	}

	.sortBox .name {
		font-size: 16px;
		margin-top: 15px;
	}

	.sortBox a img {
		height: 30px;
	}

	.prodListBox .nav a {
		padding: 0 10px;
		margin: 0 10px;
	}

	.prodListBox .column a>.img {
		height: 220px;
		line-height: 220px;
	}

	.prodListBox .suspen .img {
		width: 120px;
	}
}

@media only screen and (max-width: 580px) {
	.seriesBox .series{
		margin-bottom: 30px;
	}
	.seriesBox .series a {
		height: 110px;
	}
	.seriesBox .series.n1 a, 
	.seriesBox .series.n2 a{
		min-width: 1px;
		width: -webkit-calc((100% - 4px) / 3);
		width: calc((100% - 4px) / 3);
	}
	.seriesBox .series.n1 a:nth-child(3n), 
	.seriesBox .series.n2 a:nth-child(3n){
		margin-right: 0;
	}
	.sortBox {
		padding: 15px 0;
	}

	.seriesBox .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.seriesBox .btn{
		width: 100px;
	}
	
	.seriesBox .more {
		width: 100px;
		height: 45px;
		line-height: 45px;
	}

	.seriesBox .btn .icon {
		width: 45px;
		height: 45px;
		right: -45px;
	}
	
	.seriesBox .btn:hover .icon{
		width: 55px;
	}
	
	.prodListBox .topBox .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.prodListBox .topBox .h2 {
		font-size: 14px;
	}

	.prodListBox .nav a {
		font-size: 16px;
		line-height: 40px;
		margin: 0 5px;
	}

	.prodListBox .nav a.active::before {
		height: 2px;
	}

	.prodListBox .name {
		font-size: 16px;
	}

	.prodListBox .text2 {
		font-size: 14px;
		margin: 20px 0;
	}

	.prodListBox .btn {
		width: 110px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 20px;
		padding-right: 15px;
		background-size: 14px auto;
	}

	.prodListBox .topBox {
		margin-bottom: 30px;
	}

	.prodListBox .nav {
		margin-bottom: 30px;
	}

	.prodListBox .column {
		margin-bottom: 30px;
	}

	.prodListBox .page {
		padding: 20px 0 50px;
	}

	.prodDetailsBox {
		padding: 50px 0;
	}

	.prodDetailsBox .topBox {
		display: block;
	}

	.prodDetailsBox .view {
		width: 100%;
		height: auto;
		line-height: 1;
		overflow: hidden;
	}
	.zoomdiv, .jqZoomPup{
		display: none !important;
	}
	.prodDetailsBox .preview {
		width: auto;
		padding: 0 30px;
	}

	.prodDetailsBox .preview .arrow-left {
		left: 0;
	}

	.prodDetailsBox .preview .arrow-right {
		right: 0;
	}

	.prodDetailsBox .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.prodDetailsBox .text {
		font-size: 14px;
	}

	.prodDetailsBox .h2 {
		font-size: 16px;
	}

	.prodDetailsBox .topBox .textBox .btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 480px) {
	.sortBox a {
		width: 80px;
		height: 80px;
		padding: 10px 5px 5px;
	}

	.sortBox .name {
		font-size: 14px;
		margin-top: 10px;
	}

	.seriesBox .series .name {
		padding: 0px 8px;
		font-size: 14px;
		/*line-height: 30px;*/
	}

	.seriesBox .series a {
		/*height: 90px;*/
	}

	.prodListBox .nav {
		margin-bottom: 20px;
	}

	.prodListBox .nav a {
		font-size: 14px;
	}

	.prodListBox .column a {
		padding: 15px 15px 20px;
	}

	.prodListBox .column a>.img {
		height: 150px;
		line-height: 150px;
	}

	.prodListBox .suspen .img {
		width: 100px;
	}

	.prodListBox .listBox {
		margin: 0 -5px;
	}

	.prodListBox .column {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.prodListBox .text2 {
		line-height: 24px;
		margin: 15px 0;
	}

	.prodListBox .btn {
		width: 90px;
		height: 32px;
		line-height: 32px;
		border-radius: 16px;
		font-size: 12px;
	}

	.prodListBox .page {
		padding: 20px 0 40px;
	}

	.prodDetailsBox {
		padding: 40px 0;
	}

	.prodDetailsBox .textBox {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 768px){
	.introBox, .letterBox{
		padding-top: 20px;
	}
	/*有背景图*/
	
}

.anni{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.anni img{
	max-height: 240px;
}

/*20211011*/
.swiper_tap{
	position: relative;
	z-index: 1;
}
.swiper_tap ul li{
	float: left;
	width: -webkit-calc(100% / 7);
	width: -moz-calc(100% / 7);
	width: calc(100% / 7);
}
@media only screen and (max-width: 1024px){
	.swiper_tap ul{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
	}
	.swiper_tap ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.swiper_tap ul::-webkit-scrollbar-button{
		background-color:rgba(0,0,0,0);
	}
	.swiper_tap ul::-webkit-scrollbar-track{
		background-color:rgba(0,0,0,0);
	}
	.swiper_tap ul::-webkit-scrollbar-track-piece{
		background-color:rgba(0,0,0,0);
	}
	.swiper_tap ul::-webkit-scrollbar-thumb{
		background-color:rgba(0,0,0,0);
	}
	.swiper_tap ul::-webkit-scrollbar-corner{
		background-color:rgba(0,0,0,0);
	}
	.swiper_tap ul::-webkit-scrollbar-resizer{
		background-color:rgba(0,0,0,0);
	}
	.swiper_tap ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.swiper_tap ul li{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}
@media only screen and (max-width: 991px){
	.swiper_tap ul li{
		width: auto;
		margin-right: 30px;
	}
}
@media only screen and (max-width: 480px){
	.swiper_tap ul li{
		margin-right: 15px;
	}
}

